@charset "utf-8";

/* CSS Document */
html,
body {}

body {
    font-family: "PingFang SC";
    margin: 0px;
    padding: 0px;
    background-color: #F5F7FA;
    position: relative;
    min-width: 1660px;
}

p,
form,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
}

dl,
dt,
dd,
ol,
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    z-index: 1199;
}

.fl {
    float: left;
}

.fr {
    float: right;
    line-height: 98px;
}

.ad {
    height: 70px;
}

/* 标题栏 */
.Titles {
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    height: 42px;
    margin: 0 0 20px 0;
}

/* 小标题栏 */
.min-titles {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.min-titles p:first-child {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}

.min-titles>a:last-child {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0052D9;
    font-size: 16px;
}

.min-titles p:last-child:hover {
    cursor: pointer;
}


/* 头部 */
.top {
    background: #F5F6F9;
    box-shadow: 0px 1px 3px 1px #00000019;
    height: 51px;
    line-height: 51px;
    color: #565656;
    font-size: 14px;
}

.top_mid {
    display: flex;
    justify-content: space-between;
    width: 1660px;
    margin: 0 auto;
}

.top_mid b {
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}

.top_mid>ul {
    display: flex;
}

.top_mid>ul>li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.top_mid>ul>li>span>a {
    color: #565656;
}

.top_mid>ul>li:hover {
    color: #0052D9;
}

.top_mid>ul>li>span>a:hover {
    color: #0052D9;
}

.top_mid>ul>li:last-child {
    margin: 0;
}

.top_mid>ul>li img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.top_mid>ul>li p {
    vertical-align: middle;
}

/* 登录下拉 */
.con_login,
.con_login_active {
    position: relative;
}

.login-fold {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    display: none;
}

.login-fold>li {
    width: 120px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #F5F6F9;
    font-size: 16px;
    color: #000;
}

/* .con_login :hover{
    display: block;
} */

.con_login_active:hover .login-fold {
    display: block;
}

.login-fold>li:hover {
    background-color: white;
}

/* 二维码 */
.clear {
    position: absolute;
    top: 50px;
    right: -20px;
    display: none;
}

.clear>img {
    border: 1px solid #0052D9;
    width: 120px !important;
    height: 120px !important;
}

.clear-SJX {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #0052D9;
    position: relative;
    top: -79px;
    left: 50%;
    transform: translateX(-50%);
}

.top_mid ul li:hover {
    cursor: pointer;
}

/* 导航 */
.nav {
    background-color: white;
    position: sticky;
    top: 0px;
    z-index: 1100;
}

.nav-conten {
    width: 1660px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 500;
    height: 78px;
}

/* 课程分类 */
.nav-bar-content>li>a {
    position: relative;
    padding-bottom: 4px;
}

.kecheng-fenlei>span:first-child {
    position: relative;
    padding-bottom: 4px;
}

.kecheng-fenlei>span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    border-bottom: 2px solid #0052D9;
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
}

.kecheng-fenlei>span:hover:first-child::after {
    opacity: 1;
    transform: scaleX(1);
}

.kecheng-fenlei>span:first-child:hover {
    color: #0052D9;
    font-weight: bold;
}

/*  */
.nav-bar-content>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    border-bottom: 2px solid #0052D9;
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
}

.nav-bar-content li a:hover {
    cursor: pointer;
}

.nav-bar .nav_bar_active {
    color: #0052D9;
    font-weight: bold;
}

.nav-bar .nav_bar_active>a {
    color: #0052D9;
    font-weight: bold;
}

.nav_bar_active {
    position: relative;
}

.nav_bar_active>a>span {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid #0052D9;
}

.nav_bar_active>span {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid #0052D9;
}

.nav-bar-content>li:hover>a::after {
    opacity: 1;
    transform: scaleX(1);
}

.nav-bar-content>li:hover {
    cursor: pointer;
}

.nav-bar-content>li:hover>a {
    color: #0052D9;
    font-weight: bold;
}

.nav-bar-content .nav-1 .nav-2 img {
    margin-left: 15px;
}


/*下拉导航 */
.kecheng-fenlei li {
    position: relative;
}

.one {
    z-index: 1001;
    width: 136px;
    height: 360px;
    position: absolute;
}

.one>li>span {
    font-size: 16px;
    color: #333333;
}

.two>li>a {
    font-size: 16px;
    color: #999999;
}

.more::after {
    content: url(../images/icon/right.png);
    margin-left: 11px;
}

.one li {
    height: 46px;
    line-height: 46px;
}

.nav-color>span {
    color: #0052D9 !important;
}

.nav-bar-content li ul {
    display: none;
}

.two {
    width: 710px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 136px;
    overflow: hidden;
}

.two>li {
    float: left;
    margin-right: 20px;
}

.two>li>a:hover {
    color: #0052D9;
}

@keyframes one {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


@keyframes two {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}


/* 下拉菜单 */
.xiala {
    width: 100%;
    transition: all .7s;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1000;
    opacity: .96;
}

/* logo */
.nav .logo {
    margin-top: 10px;
}

.logo>a {
    display: block;
}

.nav-bar {
    margin-left: 150px;
}

.nav-bar-content {
    display: flex;
    align-items: center;
}

.nav-bar ul li img {
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.nav-bar>ul>li {
    margin-right: 80px;
    color: #333;
    font-weight: 500;
    height: 78px;
    line-height: 78px;
    font-size: 18px;
}

.nav-bar>ul>li>a{
    font-weight: 500;
    font-size: 18px !important;
}

/*面包屑导航区 */
.crumbs-navs {
    background: #F5F7FA;
}

.download-crumbs {
    width: 1660px;
    height: 58px;
    line-height: 58px;
    margin: 0 auto;
}

.download-crumbs ul {
    display: flex;
    color: #666666;
    font-size: 16px;
}

.download-crumbs ul li {
    margin-right: 6px;
}

.download-crumbs ul li a {
    color: #666666;
    font-size: 16px;
}

.download-crumbs ul li:last-child {
    color: #0052D9;
}

.download-crumbs ul li img {
    vertical-align: middle;
    transform: translateY(-1px);
}

/* 登录弹框 开始*/
.login,
.login-ex {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.login-content {
    width: 400px;
    height: 540px;
    background-color: white;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-content>img {
    position: absolute;
    right: 0;
}

.login-content>img:hover {
    cursor: pointer;
}

.login-menu {
    width: 300px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-menu>p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.login-head {
    display: flex;
    font-size: 16px;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.login-active {
    color: #0052D9;
}

.login-head>li.login-active::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #0052D9;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.login-head>li {
    position: relative;
    padding: 6px 28px 10px;
}

.login-head>li:hover {
    cursor: pointer;
}

/* 微信登录 */
.WX-login {
    width: 100%;
    height: 100%;
}

.login-EWM {
    width: 100%;
}

.login-EWM>img {
    width: 220px;
    height: 220px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.login-service {
    text-align: center;
}

.login-service>p:first-child {
    font-size: 16px;
    color: #333333;
    padding: 5px 0;
}

.login-service>p:first-child>img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.login-service>p:last-child {
    font-size: 12px;
    color: #999999;
    padding: 5px 0;
    margin-top: 20px;
}

.login-service>p:last-child>a {
    color: #0052D9;
}

/* 手机号登录 */
.Phone-login {
    width: 100%;
    height: 100%;
    position: relative;
}

.phone-title {
    font-size: 12px;
    color: #333333;
    position: absolute;
    top: 0;
}

.cell-phone>div {}

/* input 点击框 */
.input-border {
    border: 1px solid #0052D9;
}

.input-inner {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 25px;
    width: 100%;
    height: 40px;
    padding: 0 15px 0 60px;
    border-radius: 20px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
}

.input-inner:focus {
    outline: 1px solid #0052D9;
}

.input-button {
    position: relative;
}

.input-button>img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 32.5px;
    left: 22.5px;
}

.input-button>.input {
    font-size: 14px;
    color: #0052D9;
    position: absolute;
    top: 36px;
    right: 25px;
    width: 70px;
    border: none;
    outline: none;
    background-color: white;
    text-align: right;
    caret-color: transparent;
}

.input-button>.input:hover {
    cursor: pointer;
}

.login-QH {
    color: #0052D9;
    font-size: 12px;
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
}

.login-QH:hover {
    cursor: pointer;
}

.login-QH>span {
    color: #999999;
}

.login-QH>span:hover {
    color: #333333;
}

.login-agreet {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin: 38px 0 20px 0;
}

.login-agreet>a {
    color: #0052D9;
}

.login-click {
    width: 100%;
    height: 40px;
    background-color: #0052D9;
    border-radius: 20px;
    border: none;
    color: white;
    font-size: 16px;
}

.login-click:hover {
    cursor: pointer;
}

/* 显示隐藏密码样式 */
.no-see {
    position: absolute;
    top: 38px;
    right: 15px;
}

.no-see:hover {
    cursor: pointer;
}

.see-show {
    background-image: url(/images/icon/no-see.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.see-hide {
    background-image: url(/images/icon/see.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}

/* 登录弹框 结束*/

/* 题库二维码 开始 */
.question-bank {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.bank-ewm {
    background-image: url(/images/TK-EWM/ewmtk.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 340px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bank-ewm>img {
    position: absolute;
    top: 3px;
    right: 5px;
}

.bank-ewm>img:hover {
    cursor: pointer;
}

.tkewm>img {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 3px;
}

.ewmgb {
    display: inline-block;
    width: 60px;
    height: 20px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.ewmgb:hover {
    cursor: pointer;
}

/* 题库二维码 结束 */

/* 绑定手机号弹框 开始 */
.binding-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    position: fixed;
    top: 0;
}

.binding-phone {
    width: 505px;
    height: 370px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.binding-phone>img {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.binding-phone>img {
    cursor: pointer;
}

.binding-phone-item {
    width: 390px;
    margin: 0 auto;
}

.binding-phone-item>p {
    margin: 40px 0 20px 0;
}

.binding-phone-item>p>span {
    font-weight: bold;
}

.binding-number-input,
.binding-cation-input {
    position: relative;
}

.binding-number-input>img,
.binding-cation-input>img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.binding-number-input>input {
    width: 390px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
}

.binding-cation-input {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.binding-cation-input>input {
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
}

.binding-cation {
    width: 240px;
    padding: 0 10px 0 40px;
}

.binding-obtain {
    width: 140px;
    color: #0052D9;
    text-align: center;
    caret-color: transparent;
    cursor: pointer;
}

.action-in-now {
    text-align: center;
    height: 46px;
    line-height: 42px;
    margin: 30px 0 20px 0;
    box-sizing: border-box;
    border: 1px solid #0052D9;
    background-color: #0052D9;
    font-size: 24px;
    color: white;
    font-weight: bold;
    border-radius: 23px;
    cursor: pointer;
    box-shadow: 0 10px 10px #6aa0f7;
}

/* 绑定手机号弹框 结束 */

/* 修改密码弹框 开始 */
.change-passwords {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 275px;
    background-color: white;
    z-index: 99999;
    border-radius: 10px;
}

.change-passwords>img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.change-passwords>p {
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #0052D9;
    color: white;
    margin: 0 auto;
    border-radius: 23px;
}

.change-menu {
    margin-top: 50px !important;
    width: 390px;
    margin: 0 auto;
}

.uesd-password,
.new-password {
    position: relative;
}

.uesd-password>img,
.new-password>img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.uesd-password>input,
.new-password>input {
    width: 390px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px 0 50px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    border-radius: 23px;
    margin-bottom: 25px;
}

/* 修改密码弹框 结束 */

/* 底部 */
.buttoms {
    height: 502px;
    background: #333333;
    padding-bottom: 50px;
}

.buttoms-conten {
    width: 1660px;
    height: 100%;
    margin: 0 auto;
}

.buttoms-item {
    border-bottom: 1px dashed #F2F2F2;
    height: 346px;
    position: relative;
}

.buttoms-item ul {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 230px;
}

/* one */
.buttoms-item ul ol {
    border-right: 1px dashed #F2F2F2;
}

.buttoms-item ul ol:first-child {
    width: 558px;
    height: 100%;
}

.buttoms-item ul ol:first-child>li {
    font-size: 16px;
    color: #E6E6E6;
    margin-top: 17px;
}

.buttoms-item ul ol:first-child>li>a {
    font-size: 16px;
    color: #E6E6E6;
}

.buttoms-item ul ol li:first-child {
    font-size: 24px;
    color: #ffffff;
    margin: 0;
}

/* two */
.buttoms-item ul ol:nth-child(2) {
    height: 100%;
    width: 387px;
    text-align: center;
}

.buttoms-item ul ol:nth-child(2)>li:first-child {
    margin-top: 0 !important;
}

.buttoms-item ul ol:nth-child(2)>li {
    margin-top: 20px !important;
}

.buttoms-item ul ol:nth-child(2)>li>a {
    font-size: 16px;
    color: #E6E6E6;
}

/* three */
.buttoms-item ul ol:nth-child(3) {
    height: 100%;
    width: 293px;
    text-align: center;
}

.buttoms-item ul ol:nth-child(3)>li:first-child {
    margin-top: 0 !important;
}

.buttoms-item ul ol:nth-child(3)>li {
    margin-top: 20px !important;
}

.buttoms-item ul ol:nth-child(3)>li>a {
    font-size: 16px;
    color: #E6E6E6;
}

/* four */
.buttoms-item ul ol:last-child {
    position: relative;
    height: 100%;
    width: 422px;
    text-align: center;
    border-right: none;
}

.about-us {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 140px;
}

.about-us div img {
    width: 110px;
    height: 110px;
    border-radius: 5px;
}

.about-us div p {
    font-size: 16px;
    color: #E6E6E6;
}

.links {
    margin: 25px 0 53px 0;
    font-size: 14px;
    color: #E6E6E6;
}

.links>a {
    font-size: 14px;
    color: #E6E6E6 !important;
    margin-right: 20px;
}

.IPC {
    display: flex;
    justify-content: center;
    align-items: center;
}

.IPC>p:first-child>img {
    vertical-align: middle;
}

.IPC>p:last-child>a>img {
    vertical-align: middle;
}

.IPC>p:last-child {
    margin-left: 75px;
}

.IPC>p:last-child>a:first-child {
    margin-right: 6px;
}

.IPC>p:last-child>a:nth-child(2)>img,
.IPC>p:last-child>a:nth-child(3)>img {
    margin-left: 10px;
}

.IPC>p:last-child::before {
    content: url(/images/icon/bc.png);
    vertical-align: middle;
}

.IPC>p>a{
    font-size: 14px;
    color: #E6E6E6 !important;
}

/* 底部 悬停效果 */
.cpzx-ho li a:hover {
    color: #0052D9 !important;
}

.kcfl-ho li a:hover {
    color: #0052D9 !important;
}

.links>a:hover {
    color: #0052D9 !important;
}

.IPC>p:first-child>a:hover {
    color: #0052D9;
}

.IPC-s {
    display: flex;
    justify-content: center;
    align-items: center;
}

.IPC-s>p:first-child>img {
    vertical-align: middle;
    transform: translateY(-5px);
    margin-right: 5px;
}

.IPC-s>p:last-child>a>img {
    vertical-align: middle;
}

.IPC-s>p:nth-child(2) {
    margin-left: 35px;
}

.IPC-s>p:nth-child(3) {
    margin-left: 35px;
}

.IPC-s>p:last-child>a:first-child {
    margin-right: 6px;
}

.IPC-s>p:last-child>a:nth-child(2)>img,
.IPC-s>p:last-child>a:nth-child(3)>img {
    margin-left: 10px;
}

.IPC-s>p:last-child::before {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-5px);
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.IPC-s>p>a{
    font-size: 12px;
    color: #999 !important;
}

/* 分页器 */
.video-pager {
    width: 100%;
    height: 156px;
    position: relative;
    bottom: 0;
}

.pagination {
    height: 156px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination>li>a,
.pagination>li>span {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 10px;
    background-color: #F2F2F2;
}

.pagination>li>a:hover {
    background-color: #0052D9;
    color: white;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 16px;
    color: #666666;
}

.active>span,
.active>a {
    color: white !important;
    background-color: #0052D9 !important;
}

/* 客服弹框*/
#iframe_content {
    z-index: 9999 !important;
}

#iframe_content {
    width: 330px !important;
    height: 440px !important;
    border-radius: 15px !important;
}

.customerServer_container {
    z-index: 9999 !important;
    bottom: 6px !important;
}

/* 桌面底部弹框 开始 */
.desktop-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #F90036;
    z-index: 9999;
}

.desktop-footer-content {
    width: 1660px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.desktop-footer-content>img {
    width: 154px;
    height: 40px;
    margin-right: 190px;
}

.desktop-footer-discount {
    display: flex;
    font-size: 24px;
    color: white;
    margin-right: 100px;
}

.desktop-footer-discount>p:last-child {
    color: #FFD700;
}

.desktop-footer-list {
    display: flex;
}

.desktop-footer-list>input {
    width: 200px;
    height: 38px;
    border: 0;
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 40px;
}

.desktop-footer-list>p {
    width: 50px;
    height: 40px;
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-right: 40px;
}

.desktop-footer-list>input::-webkit-input-placeholder {
    color: white;
}

.desktop-footer-list>input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
}

.desktop-footer-list>input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
}

.desktop-footer-list>input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.desktop-footer-list>button {
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    font-size: 18px;
    background-color: #FFDF00;
    cursor: pointer;
}

.desktop-footer-end{
    width: 24px !important;
    height: 24px !important;
    margin-right: 0 !important;
    margin-left: 60px;
    cursor: pointer;
}

/* 桌面底部弹框 结束 */

.jk,.ak{
    position: absolute;
    left: 23%;
    top: -210px;
    display: none;
    width: 140px;
    height: 200px;
}

.cbw{
    position: absolute;
    left: -55%;
    top: -150px;
    display: none;
    width: 200px;
    height: 140px;
}


/* 滚动条样式 */
/* .home-zx {}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: 6px
} */